$HOME$SCRATCH$PROJECTDIR - shared between all project members
All storage not backed upResources (nodes) are assigned to partitions.
Find partitions with sinfo We can find out what jobs are submitted with squeue Use the --me arg to show just my jobs
Cancel job with scancel You submit bash scripts to SLURM to run with sbatch.
Load modules with module load <module> after finding modules with module spider <search>. Loaded modules are inherited by launched jobs.
Where is the speedup. E.g. means it is 3 times faster in parallel on nodes.
Build program with -pg and then use gprof to read profile.
Tiling